Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
expm1
expm1
Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero.
Name:
expm1
Category:
math
Programming Language:
php
One-line Description:
Returns the value of -1 to the power of E.
Related
Examples of safe mode writing using next_result()
3
Java vs PHP Programming Languages: Features, Applications, and Performance Analysis
5
How to use array_slice when handling JSON decoding arrays
8
Use the init function to combine mysqli for database connection
1
Similar Functions
cos
cos
Cosine
mt_getrandmax
mt_getrandmax
Displaythemaximumpos
is_finite
is_finite
Determinewhetheritis
rand
rand
Generatearandominteg
intdiv
intdiv
Roundthedivisionresu
acos
acos
Reversecosine
base_convert
base_convert
Convertnumbersbetwee
octdec
octdec
Convertoctaltodecima
Popular Articles